DioDocs for PDF
DrawEllipse(RectangleF,Color,Single,Single[]) メソッド

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Drawing 名前空間 > GcGraphics クラス > DrawEllipse メソッド : DrawEllipse(RectangleF,Color,Single,Single[]) メソッド
A System.Drawing.RectangleF structure that specifies the ellipse to draw.
The color of lines used to draw the ellipse.
The width of lines used to draw the ellipse.
The dash pattern of lines used to draw the ellipse.
Draws an ellipse using a specified line color, width and dash pattern.

If the dashPattern array contains two or more items, the ellipse is drawn with a Pen having Pen.LineCap set to PenLineCap.Square instead of PenLineCap.Flat.

シンタックス
'宣言
 
Public Overloads Sub DrawEllipse( _
   ByVal bounds As System.Drawing.RectangleF, _
   ByVal lineColor As System.Drawing.Color, _
   ByVal lineWidth As System.Single, _
   ByVal dashPattern() As System.Single _
) 
public void DrawEllipse( 
   System.Drawing.RectangleF bounds,
   System.Drawing.Color lineColor,
   System.float lineWidth,
   System.float[] dashPattern
)

パラメータ

bounds
A System.Drawing.RectangleF structure that specifies the ellipse to draw.
lineColor
The color of lines used to draw the ellipse.
lineWidth
The width of lines used to draw the ellipse.
dashPattern
The dash pattern of lines used to draw the ellipse.
参照

GcGraphics クラス
GcGraphics メンバ
オーバーロード一覧